Amazon.ECS.Model.ItemAttributes.WithInstrumentKey C# (CSharp) 메소드

WithInstrumentKey() 공개 메소드

Sets the InstrumentKey property
public WithInstrumentKey ( String instrumentKey ) : ItemAttributes
instrumentKey String InstrumentKey property
리턴 ItemAttributes
        public ItemAttributes WithInstrumentKey(String instrumentKey)
        {
            this.instrumentKeyField = instrumentKey;
            return this;
        }
ItemAttributes