Amazon.ECS.Model.SearchResultsMapSearchIndex.WithIndexName C# (CSharp) Метод

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

Sets the IndexName property
public WithIndexName ( String indexName ) : SearchResultsMapSearchIndex
indexName String IndexName property
Результат SearchResultsMapSearchIndex
        public SearchResultsMapSearchIndex WithIndexName(String indexName)
        {
            this.indexNameField = indexName;
            return this;
        }