Amazon.ECS.Model.SearchResultsMapSearchIndex.WithIndexName C# (CSharp) Method

WithIndexName() public method

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