Amazon.ECS.Model.Reviewer.WithLocation C# (CSharp) Méthode

WithLocation() public méthode

Sets the Location property
public WithLocation ( String location ) : Reviewer
location String Location property
Résultat Reviewer
        public Reviewer WithLocation(String location)
        {
            this.locationField = location;
            return this;
        }