Amazon.ECS.Model.MerchantItemAttributes.WithGraphicsCardInterface C# (CSharp) Method

WithGraphicsCardInterface() public method

Sets the GraphicsCardInterface property
public WithGraphicsCardInterface ( String graphicsCardInterface ) : MerchantItemAttributes
graphicsCardInterface String GraphicsCardInterface property
return MerchantItemAttributes
        public MerchantItemAttributes WithGraphicsCardInterface(String graphicsCardInterface)
        {
            this.graphicsCardInterfaceField = graphicsCardInterface;
            return this;
        }
MerchantItemAttributes