Amazon.ECS.Model.SearchResultsMapSearchIndex.WithIndexName C# (CSharp) Méthode

WithIndexName() public méthode

Sets the IndexName property
public WithIndexName ( String indexName ) : SearchResultsMapSearchIndex
indexName String IndexName property
Résultat SearchResultsMapSearchIndex
        public SearchResultsMapSearchIndex WithIndexName(String indexName)
        {
            this.indexNameField = indexName;
            return this;
        }