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;
        }