Amazon.ECS.Model.Creator.WithRole C# (CSharp) Метод

WithRole() публичный Метод

Sets the Role property
public WithRole ( String role ) : Creator
role String Role property
Результат Creator
        public Creator WithRole(String role)
        {
            this.roleField = role;
            return this;
        }